home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / Unreal32B12.lha / Unreal / src / ssl.cnf
Text File  |  2002-08-25  |  834b  |  34 lines

  1. # create RSA certs - Server
  2.  
  3. RANDFILE = ssl.rnd
  4.  
  5. [ req ]
  6. default_bits = 1024
  7. encrypt_key = yes
  8. distinguished_name = req_dn
  9. x509_extensions = cert_type
  10.  
  11. [ req_dn ]
  12. countryName = Country Name
  13. countryName_default             = US
  14. countryName_min                 = 2
  15. countryName_max                 = 2
  16.  
  17. stateOrProvinceName             = State/Province
  18. stateOrProvinceName_default     = New York
  19.  
  20. localityName                    = Locality Name (eg, city)
  21.  
  22. 0.organizationName              = Organization Name (eg, company)
  23. 0.organizationName_default      = IRC geeks
  24.  
  25. organizationalUnitName          = Organizational Unit Name (eg, section)
  26. organizationalUnitName_default  = IRCd  
  27.  
  28. 0.commonName                    = Common Name (Full domain of your server)
  29. 1.commonName_value              = localhost
  30.  
  31. [ cert_type ]
  32. nsCertType = server
  33.  
  34.